home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-24 | 842 b | 22 lines | [TEXT/MPS ] |
- Boolean HasDigiSign(void);
- OSErr InitDigitalSignatures(void);
- void ExitDigitalSignatures(void);
-
- void DSIGSetupSignMenu(WInfoPtr infoPtr);
- void DSIGOpenFile(WInfoPtr infoPtr);
- void DSIGCloseFile(WInfoPtr infoPtr);
- void DSIGSaveFile(WInfoPtr infoPtr,short newResRef,Boolean saveACopy);
- void DSIGCopySigsToTemp(WInfoPtr infoPtr);
-
- void DSIGDrawSigner(ShapeListPtr theShape,Point drawOffset);
- Boolean DSIGHitShape(WInfoPtr infoPtr,Point hitPt,Point offsetPos,ShapeListPtr theShape);
-
- void CommSign(WindowPtr window);
- void CommVerify(WindowPtr window);
- void CommShowSigners(WindowPtr window);
-
- OSErr SignShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape,Size sigSize);
- OSErr VerifyShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape);
-
- OSErr ProcessShapeData(SIGContextPtr sigContext,ShapeListPtr theShape);
-